Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency vidstack to v1.12.11 #102

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vidstack (source) 1.11.21 -> 1.12.11 age adoption passing confidence

Release Notes

vidstack/vidstack (vidstack)

v1.12.11

🐛 Bug Fixes
Player
  • set intrinsic thumbnail aspect ratio correctly (7923070)

v1.12.10

🐛 Bug Fixes
Player
  • live stream improvements (3e9867c)
  • slider should not respond to key events when disabled (67e8169)
  • slider chapters calc might receive undefined cue (5af7cb9)
  • default to intrinsic aspect ratio for thumbnails (921734f)
  • add audio/m4a mime type (#​1412) (e129a9e)
  • plyr layout not registering radio element (ce20ffc)
  • save playback state correctly on source quality change (35b89fb)
  • store pending load script requests (4734549)
  • correctly append search params to download url (39774ab)
Player (React)
  • include all events in react export (0475518)

v1.12.9

🐛 Bug Fixes
Player
  • transform decorators before esbuild (4af47b8)
  • unexpected token { in ios<17 (5ac2894)
  • youtube does not play on first request (6677c57)

v1.12.8

🐛 Bug Fixes
Player
  • title occasionally not set (98506a2)

v1.12.7

🐛 Bug Fixes
Player
  • submenus not showing (4b23c60)
  • pause without sound any invalid youtube plays (12d2463)

v1.12.6

🏎️ Performance
Player
  • only auto-update placement of floating panels when showing (5fd9db2)
🐛 Bug Fixes
Player
  • add audio/m4a mime type (6801a84)
  • audio boost not working (0917752)
  • clipping broken (95a3dad)
  • pause youtube on frame on invalid internal play (b72448d)

v1.12.5

⏪ Revert
Player
🐛 Bug Fixes
Player
  • custom decorator parser (ff64e78)

v1.12.4

🐛 Bug Fixes
Player
  • replace sucrase with esbuild (3a12e45)

v1.12.3

🐛 Bug Fixes
Player

v1.12.2

🐛 Bug Fixes
Player
  • media session incorrectly seeks backward (c7cf7c8)
  • migrate back to rollup (5b757bf)

v1.12.1

🐛 Bug Fixes
Player
  • live stream improvements (3e9867c)
  • slider should not respond to key events when disabled (67e8169)
  • slider chapters calc might receive undefined cue (5af7cb9)
  • default to intrinsic aspect ratio for thumbnails (921734f)
  • add audio/m4a mime type (#​1412) (e129a9e)
  • plyr layout not registering radio element (ce20ffc)
  • save playback state correctly on source quality change (35b89fb)
  • store pending load script requests (4734549)
  • correctly append search params to download url (39774ab)
Player (React)
  • include all events in react export (0475518)

v1.12.0

🏎️ Performance
Player
  • use private class fields and methods (e1f8bd5)
  • use events controller (c831df8)
🐛 Bug Fixes
Player
  • do not use absolute chunk urls for legacy cdn files (600a9a9)
  • prevent focus scrolling default audio layout on play (0f147c6)
  • audio mime type audio/mp3 (73253ce)
  • volume setter prop not updating media state (cefeafc)
  • clip start on youtube video hides poster (b1cb41e)
  • do not show controls on end when looping (5c9309d)
  • do not bound seeking to start (a00a54c)
  • allow tracks to be passed directly to plyr constructor (0f26dfa)
Player (React)
  • server render media sources (1efe43d)
  • support nextjs image in poster component (6847417)
  • empty string error on thumbnail image (4fe90f3)

v1.11.30

✨ Features
Player
  • vimeo fullscreen support on iphone (a56eb3c)
🐛 Bug Fixes
Player
  • submenu not opening when inside dialog in shadow dom (12c5c3f)
  • vimeo video freezes on loop when out of viewport (3de2980)
  • better youtube command promise handling (4d02919)

v1.11.29

🐛 Bug Fixes
Player

v1.11.28

🐛 Bug Fixes
Player
  • thumbnail loader race condition (cebfe8f)
  • time updates stop when page is hidden (bf59ba5)
Player (CDN)
  • static blocks throwing on iOS 15 (537fc45)

v1.11.27

🐛 Bug Fixes
Player
  • time stutter on safari (8857154)
  • bundle plugin incorrectly imports plyr layout (fa91c21)
  • improve played tracking across providers (513db34)
  • toggle button non-passive event listener (a2a3ce3)

v1.11.26

✨ Features
Player
  • new changeDuration on remote control (71d4594)
  • new changeClipStart and changeClipEnd on remote control (52ae3db)
🐛 Bug Fixes
Player
  • auto find and use <dialog> as layout menu container (9dac0ba)
  • fire error event when source fails to load (1baf446)
  • youtube autoplay prevents interaction on fail (6b3457d)

v1.11.25

🐛 Bug Fixes
Player
Player (React)

v1.11.24

🐛 Bug Fixes
Player
  • ignore key shortcut if invalid modifier pressed (9608ad3)
Player (React)
  • captions component throws when switching view types (471f314)

v1.11.23

✨ Features
Player
  • new menuContainer default layout prop (0efc998)
🐛 Bug Fixes
Player
  • detect flac audio ext (5359e80)
  • announcer setting state after component is destroyed (#​1303) (0edf188)
  • improve unlisted vimeo video handling (#​1315) (5d5ae75)
  • default chapter radio padding broken (7e9a624)
  • delegate called on undefined error on provider destroy (f968659)
  • maintain provided source order (f583604)
Player (React)
  • audio layout end time slot not working (a896970)
  • support exactOptionalPropertyTypes (25d0831)

v1.11.22

🐛 Bug Fixes
Player
  • typeerror format not func (a8be90b)
  • css reset breaking some menu styles (6306b13)
  • font settings should apply on load (223bef3)
  • autoplay breaks on safari (b194d06)
  • default load play button has incorrect color (e0ebc2d)
  • default live button at edge not red (4b0e109)
  • keyboard display should not show empty icons (008141d)
  • video border radius cssvar should apply to controls (bb19e05)
Player (React)
  • incorrect class on default playback menu (28c7598)

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update dependency vidstack to v1.11.22 fix(deps): update dependency vidstack to v1.11.23 Jun 19, 2024
@renovate renovate bot changed the title fix(deps): update dependency vidstack to v1.11.23 fix(deps): update dependency vidstack to v1.11.24 Jun 20, 2024
@renovate renovate bot changed the title fix(deps): update dependency vidstack to v1.11.24 fix(deps): update dependency vidstack to v1.11.25 Jul 4, 2024
@renovate renovate bot changed the title fix(deps): update dependency vidstack to v1.11.25 fix(deps): update dependency vidstack to v1.11.26 Jul 9, 2024
@renovate renovate bot changed the title fix(deps): update dependency vidstack to v1.11.26 fix(deps): update dependency vidstack to v1.11.27 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/vidstack-1.x branch 2 times, most recently from 414386b to 882696b Compare July 11, 2024 14:24
@renovate renovate bot changed the title fix(deps): update dependency vidstack to v1.11.27 fix(deps): update dependency vidstack to v1.11.28 Jul 11, 2024
@renovate renovate bot changed the title fix(deps): update dependency vidstack to v1.11.28 fix(deps): update dependency vidstack to v1.11.29 Jul 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency vidstack to v1.11.29 fix(deps): update dependency vidstack to v1.11.30 Jul 20, 2024
@renovate renovate bot changed the title fix(deps): update dependency vidstack to v1.11.30 fix(deps): update dependency vidstack to v1.12.0 Aug 5, 2024
@renovate renovate bot changed the title fix(deps): update dependency vidstack to v1.12.0 fix(deps): update dependency vidstack to v1.12.1 Aug 6, 2024
@renovate renovate bot changed the title fix(deps): update dependency vidstack to v1.12.1 fix(deps): update dependency vidstack to v1.12.2 Aug 7, 2024
@renovate renovate bot changed the title fix(deps): update dependency vidstack to v1.12.2 fix(deps): update dependency vidstack to v1.12.3 Aug 7, 2024
@renovate renovate bot changed the title fix(deps): update dependency vidstack to v1.12.3 fix(deps): update dependency vidstack to v1.12.4 Aug 8, 2024
@renovate renovate bot changed the title fix(deps): update dependency vidstack to v1.12.4 fix(deps): update dependency vidstack to v1.12.5 Aug 8, 2024
@renovate renovate bot changed the title fix(deps): update dependency vidstack to v1.12.5 fix(deps): update dependency vidstack to v1.12.6 Aug 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency vidstack to v1.12.6 fix(deps): update dependency vidstack to v1.12.8 Aug 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency vidstack to v1.12.8 fix(deps): update dependency vidstack to v1.12.9 Aug 14, 2024
@renovate renovate bot changed the title fix(deps): update dependency vidstack to v1.12.9 fix(deps): update dependency vidstack to v1.12.10 Sep 15, 2024
@renovate renovate bot changed the title fix(deps): update dependency vidstack to v1.12.10 fix(deps): update dependency vidstack to v1.12.11 Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants